go/types.Checker.comparison (method)

3 uses

	go/types (current package)
		expr.go#L732: func (check *Checker) comparison(x, y *operand, op token.Token, switchCase bool) {
		expr.go#L1114: 		check.comparison(x, &y, op, false)
		stmt.go#L251: 		check.comparison(&res, x, token.EQL, true)